From 55c1eba5acbfd599afe5d5df0b7ba5357bdc9afe Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sat, 8 Apr 2006 08:29:30 +0000 Subject: [PATCH] "SECONDS_PER_DAY" definition now located in defs.h. --- gpsbabel/nmea.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpsbabel/nmea.c b/gpsbabel/nmea.c index 85ecdcf90..976b07c0a 100644 --- a/gpsbabel/nmea.c +++ b/gpsbabel/nmea.c @@ -132,8 +132,6 @@ time I have seen this is when the recording stops suddenly, where the last sentence is truncated - and missing part of the line, including the checksum. */ -#define SECONDS_PER_DAY (24L*60*60) - typedef enum { gp_unknown = 0, gpgga, -- 2.30.2